public static interface SubjectNameFlagsV2.Builder extends SdkPojo, CopyableBuilder<SubjectNameFlagsV2.Builder,SubjectNameFlagsV2>
| Modifier and Type | Method and Description |
|---|---|
SubjectNameFlagsV2.Builder |
requireCommonName(Boolean requireCommonName)
Include the common name in the subject name.
|
SubjectNameFlagsV2.Builder |
requireDirectoryPath(Boolean requireDirectoryPath)
Include the directory path in the subject name.
|
SubjectNameFlagsV2.Builder |
requireDnsAsCn(Boolean requireDnsAsCn)
Include the DNS as common name in the subject name.
|
SubjectNameFlagsV2.Builder |
requireEmail(Boolean requireEmail)
Include the subject's email in the subject name.
|
SubjectNameFlagsV2.Builder |
sanRequireDirectoryGuid(Boolean sanRequireDirectoryGuid)
Include the globally unique identifier (GUID) in the subject alternate name.
|
SubjectNameFlagsV2.Builder |
sanRequireDns(Boolean sanRequireDns)
Include the DNS in the subject alternate name.
|
SubjectNameFlagsV2.Builder |
sanRequireDomainDns(Boolean sanRequireDomainDns)
Include the domain DNS in the subject alternate name.
|
SubjectNameFlagsV2.Builder |
sanRequireEmail(Boolean sanRequireEmail)
Include the subject's email in the subject alternate name.
|
SubjectNameFlagsV2.Builder |
sanRequireSpn(Boolean sanRequireSpn)
Include the service principal name (SPN) in the subject alternate name.
|
SubjectNameFlagsV2.Builder |
sanRequireUpn(Boolean sanRequireUpn)
Include the user principal name (UPN) in the subject alternate name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubjectNameFlagsV2.Builder requireCommonName(Boolean requireCommonName)
Include the common name in the subject name.
requireCommonName - Include the common name in the subject name.SubjectNameFlagsV2.Builder requireDirectoryPath(Boolean requireDirectoryPath)
Include the directory path in the subject name.
requireDirectoryPath - Include the directory path in the subject name.SubjectNameFlagsV2.Builder requireDnsAsCn(Boolean requireDnsAsCn)
Include the DNS as common name in the subject name.
requireDnsAsCn - Include the DNS as common name in the subject name.SubjectNameFlagsV2.Builder requireEmail(Boolean requireEmail)
Include the subject's email in the subject name.
requireEmail - Include the subject's email in the subject name.SubjectNameFlagsV2.Builder sanRequireDirectoryGuid(Boolean sanRequireDirectoryGuid)
Include the globally unique identifier (GUID) in the subject alternate name.
sanRequireDirectoryGuid - Include the globally unique identifier (GUID) in the subject alternate name.SubjectNameFlagsV2.Builder sanRequireDns(Boolean sanRequireDns)
Include the DNS in the subject alternate name.
sanRequireDns - Include the DNS in the subject alternate name.SubjectNameFlagsV2.Builder sanRequireDomainDns(Boolean sanRequireDomainDns)
Include the domain DNS in the subject alternate name.
sanRequireDomainDns - Include the domain DNS in the subject alternate name.SubjectNameFlagsV2.Builder sanRequireEmail(Boolean sanRequireEmail)
Include the subject's email in the subject alternate name.
sanRequireEmail - Include the subject's email in the subject alternate name.SubjectNameFlagsV2.Builder sanRequireSpn(Boolean sanRequireSpn)
Include the service principal name (SPN) in the subject alternate name.
sanRequireSpn - Include the service principal name (SPN) in the subject alternate name.SubjectNameFlagsV2.Builder sanRequireUpn(Boolean sanRequireUpn)
Include the user principal name (UPN) in the subject alternate name.
sanRequireUpn - Include the user principal name (UPN) in the subject alternate name.Copyright © 2023. All rights reserved.