2.2.4.453 UserAccessPolicy
The UserAccessPolicy complex type allows extended attributes on a BaseIpamObject type (section 2.2.4.64).
-
<xs:complexType name="UserAccessPolicy"> <xs:complexContent mixed="false"> <xs:extension base="ipam:BaseIpamObject"> <xs:sequence> <xs:element minOccurs="0" name="Description" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="IsUserAliasValid" nillable="true" type="xsd:boolean" /> <xs:element minOccurs="0" name="PolicyDefinition" nillable="true" type="ipam:ArrayOfAccessScopeToUserRoleMapping" /> <xs:element minOccurs="0" name="PolicyId" nillable="true" type="xsd:long" /> <xs:element minOccurs="0" name="UserAlias" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="UserForest" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="UserGroupId" nillable="true" type="xsd:long" /> <xs:element minOccurs="0" name="UserGroupSecurityIdentifierBytes" nillable="true" type="xsd:base64Binary" /> <xs:element minOccurs="0" name="UserName" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Description: A string type that is used to describe the access policy.
IsUserAliasValid: A Boolean that identifies whether the associated user alias is valid.
PolicyDefinition: An array of AccessScopeToUserRoleMapping objects (section 2.2.4.2) that are part of this access policy instance.
PolicyId: A long int that uniquely identifies this access policy in the IPAM data store.
UserAlias: A string that corresponds to the user alias associated with this access policy.
UserForest: A string that corresponds to the Active Directory forest to which the user alias associated with the access policy belongs.
UserGroupId: Corresponds to the user group ID of the associated user.
UserGroupSecurityIdentifierBytes: An array of bytes that represents the security identifier (SID) associated with the corresponding user or group. This is verified with the SID retrieved from the local machine when validating access policy users.
UserName: A string that represents the user name.