Class DomainAuthConfigArgs
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainAuthConfigArgs : ResourceArgs
Constructors
View SourceDomainAuthConfigArgs()
Declaration
public DomainAuthConfigArgs()
Properties
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 Input<string> AuthType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> MasterKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> SlaveKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |