IdentityProviderDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Data Transfer Object of a Octo identity provider
public class IdentityProviderDto
Inheritance Object → IdentityProviderDto
Fields
NameMinLength
public static int NameMinLength;
NameMaxLength
public static int NameMaxLength;
Properties
IsEnabled
Indicates if an identity provider is enabled
public bool IsEnabled { get; set; }
Property Value
RtId
Unique ID for the IdentityProviderConfiguration. Do not set this property when creating a new configuration. The API automatically returns an ID once the configuration has been created.
public Nullable<OctoObjectId> RtId { get; set; }
Property Value
Name
Free definable for all different identity provider types.
public string Name { get; set; }
Property Value
Description
An arbitrary long text describing the identity provider configuration in detail.
public string Description { get; set; }
Property Value
Constructors
IdentityProviderDto()
public IdentityProviderDto()