Package com.okta.sdk.resource.model
Class OktaActiveDirectoryGroupProfile
java.lang.Object
com.okta.sdk.resource.model.OktaActiveDirectoryGroupProfile
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class OktaActiveDirectoryGroupProfile
extends Object
implements Serializable
Profile for a Group that is imported from Active Directory. The `objectClass` for such groups is
`okta:windows_security_principal`.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
externalId
(String externalId) Description of the Windows GroupgetDn()
The distinguished name of the Windows GroupBase-64 encoded GUID (`objectGUID`) of the Windows GroupgetName()
Name of the Windows GroupPre-Windows 2000 name of the Windows GroupFully qualified name of the Windows Groupint
hashCode()
samAccountName
(String samAccountName) void
setDescription
(String description) void
void
setExternalId
(String externalId) void
void
setSamAccountName
(String samAccountName) void
setWindowsDomainQualifiedName
(String windowsDomainQualifiedName) toString()
windowsDomainQualifiedName
(String windowsDomainQualifiedName)
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DN
- See Also:
-
JSON_PROPERTY_EXTERNAL_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SAM_ACCOUNT_NAME
- See Also:
-
JSON_PROPERTY_WINDOWS_DOMAIN_QUALIFIED_NAME
- See Also:
-
-
Constructor Details
-
OktaActiveDirectoryGroupProfile
public OktaActiveDirectoryGroupProfile()
-
-
Method Details
-
description
-
getDescription
Description of the Windows Group- Returns:
- description
-
setDescription
-
dn
-
getDn
The distinguished name of the Windows Group- Returns:
- dn
-
setDn
-
externalId
-
getExternalId
Base-64 encoded GUID (`objectGUID`) of the Windows Group- Returns:
- externalId
-
setExternalId
-
name
-
getName
Name of the Windows Group- Returns:
- name
-
setName
-
samAccountName
-
getSamAccountName
Pre-Windows 2000 name of the Windows Group- Returns:
- samAccountName
-
setSamAccountName
-
windowsDomainQualifiedName
public OktaActiveDirectoryGroupProfile windowsDomainQualifiedName(String windowsDomainQualifiedName) -
getWindowsDomainQualifiedName
Fully qualified name of the Windows Group- Returns:
- windowsDomainQualifiedName
-
setWindowsDomainQualifiedName
-
equals
-
hashCode
public int hashCode() -
toString
-