Class AppGroupAssertionAttributes
Each value of this attribute describes an attribute of Group that will be sent in a Security Assertion Markup Language (SAML) assertion.
Deprecated Since: 18.2.2
SCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AppGroupAssertionAttributes
Properties
Condition
Declaration
[JsonProperty(PropertyName = "condition")]
public string Condition { get; set; }
Property Value
Type | Description |
---|---|
string | Indicates the filter types that are supported for the Group assertion attributes.
|
Format
Declaration
[JsonProperty(PropertyName = "format")]
public string Format { get; set; }
Property Value
Type | Description |
---|---|
string | Indicates the format of the assertion attribute.
|
GroupName
Declaration
[JsonProperty(PropertyName = "groupName")]
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
string | Indicates the group name that are supported for the group assertion attributes.
|
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
|
Remarks
Required