Show / Hide Table of Contents

Class SecurityService

Inheritance
System.Object
Resource
CustomResource
SecurityService
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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.OpenStack.SharedFileSystem
Assembly: Pulumi.OpenStack.dll
Syntax
public class SecurityService : CustomResource

Constructors

View Source

SecurityService(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 Source

Description

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>
View Source

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>
View Source

Domain

The security service domain.

Declaration
public Output<string> Domain { get; }
Property Value
Type Description
Output<System.String>
View Source

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>
View Source

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>
View Source

Password

The user password, if you specify a user.

Declaration
public Output<string> Password { get; }
Property Value
Type Description
Output<System.String>
View Source

ProjectId

The owner of the Security Service.

Declaration
public Output<string> ProjectId { get; }
Property Value
Type Description
Output<System.String>
View Source

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>
View Source

Server

The security service host name or IP address.

Declaration
public Output<string> Server { get; }
Property Value
Type Description
Output<System.String>
View Source

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>
View Source

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 Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.