Class SecurityService
Inherited Members
Namespace: Pulumi.OpenStack.SharedFileSystem
Assembly: Pulumi.OpenStack.dll
Syntax
public class SecurityService : CustomResource
Constructors
View SourceSecurityService(String, SecurityServiceArgs, CustomResourceOptions)
Create a SecurityService resource with the given unique name, arguments, and options.
Declaration
public SecurityService(string name, SecurityServiceArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| SecurityServiceArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceDescription
The human-readable description for the security service. Changing this updates the description of the existing security service.
Declaration
public Output<string> Description { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
DnsIp
The security service DNS IP address that is used inside the tenant network.
Declaration
public Output<string> DnsIp { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Domain
The security service domain.
Declaration
public Output<string> Domain { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Name
The name of the security service. Changing this updates the name of the existing security service.
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<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 Output<string> Ou { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Password
The user password, if you specify a user.
Declaration
public Output<string> Password { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ProjectId
The owner of the Security Service.
Declaration
public Output<string> ProjectId { get; }
Property Value
| Type | Description |
|---|---|
| Output<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 Output<string> Region { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Server
The security service host name or IP address.
Declaration
public Output<string> Server { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Type
The security service type - can either be active_directory, kerberos or ldap. Changing this updates the existing security service.
Declaration
public Output<string> Type { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
User
The security service user or group name that is used by the tenant.
Declaration
public Output<string> User { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, SecurityServiceState, CustomResourceOptions)
Get an existing SecurityService resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static SecurityService Get(string name, Input<string> id, SecurityServiceState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| SecurityServiceState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| SecurityService |