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