AttributePrivilege ComplexType
Specifies the field level security privileges allowed for an attribute.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
AttributeId | Edm.Guid |
The ID of the attribute. |
CanCreate | Edm.Int32 |
Whether create of the attribute value is allowed. |
CanRead | Edm.Int32 |
Whether read of the attribute value is allowed. |
CanReadUnMasked | Edm.Int32 | |
CanUpdate | Edm.Int32 |
Whether update of the attribute value is allowed. |
Used by
The following use the AttributePrivilege ComplexType.
Name | How used |
---|---|
RetrievePrincipalAttributePrivilegesResponse | AttributePrivileges Property |