Class AppBasedOnTemplate
Application template on which the application is based.
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: complex
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AppBasedOnTemplate
Properties
LastModified
Declaration
[JsonProperty(PropertyName = "lastModified")]
public string LastModified { get; set; }
Property Value
Type | Description |
---|---|
string | The most recent DateTime that the appTemplate on which the application based upon is updated. The attribute MUST be a DateTime.
|
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
string | URI of the application template.
|
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | Identifier of the application template.
|
Remarks
Required
WellKnownId
Declaration
[JsonProperty(PropertyName = "wellKnownId")]
public string WellKnownId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Well-known identifier used to reference app template.
|