Class DomainAuthConfig
Inheritance
System.Object
DomainAuthConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Cdn.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainAuthConfig
Fields
View SourceAuthType
Auth type of the auth config. Valid values are no_auth, type_a, type_b and type_c. Default value is no_auth.
Declaration
public readonly string AuthType
Field Value
| Type | Description |
|---|---|
| System.String |
MasterKey
Master authentication key of the auth config. This parameter can have a string of 6 to 32 characters and must contain only alphanumeric characters.
Declaration
public readonly string MasterKey
Field Value
| Type | Description |
|---|---|
| System.String |
SlaveKey
Slave authentication key of the auth config. This parameter can have a string of 6 to 32 characters and must contain only alphanumeric characters.
Declaration
public readonly string SlaveKey
Field Value
| Type | Description |
|---|---|
| System.String |
Timeout
Authentication cache time of the auth config. Default value is 1800. It's value is valid only when the auth_type is type_b or type_c.
Declaration
public readonly int? Timeout
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |