Class SecurityServiceArgs
Inherited Members
Namespace: Pulumi.OpenStack.SharedFileSystem
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class SecurityServiceArgs : ResourceArgs
Constructors
View SourceSecurityServiceArgs()
Declaration
public SecurityServiceArgs()
Properties
View SourceDescription
The human-readable description for the security service. Changing this updates the description of the existing security service.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DnsIp
The security service DNS IP address that is used inside the tenant network.
Declaration
public Input<string> DnsIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Domain
The security service domain.
Declaration
public Input<string> Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the security service. Changing this updates the name of the existing security service.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ou
The security service ou. An organizational unit can be added to specify where the share ends up. New in Manila microversion 2.44.
Declaration
public Input<string> Ou { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
The user password, if you specify a user.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to obtain the V2 Shared File System client.
A Shared File System client is needed to create a security service. If omitted, the
region argument of the provider is used. Changing this creates a new
security service.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Server
The security service host name or IP address.
Declaration
public Input<string> Server { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The security service type - can either be active_directory, kerberos or ldap. Changing this updates the existing security service.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
User
The security service user or group name that is used by the tenant.
Declaration
public Input<string> User { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |