hsdp.ConnectMdmAuthenticationMethod
Explore with Pulumi AI
Create and manage MDM Authentication Method resources
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
someAuthMethod:
type: hsdp:ConnectMdmAuthenticationMethod
properties:
description: An authentication method
loginId: ${var.login_id}
password: ${generated.result}
clientId: ${var.client_id}
clientSecret: ${var.client_secret}
authMethod: Basic
authUrl: https://api.login.app.hsdp.io
apiVersion: '3'
generated:
type: random:random_password
properties:
length: 16
special: true
minUpper: 1
minLower: 1
minNumeric: 1
minSpecial: 1
overrideSpecial: -!@#.:_?{$
Attributes reference
In addition to all arguments above, the following attributes are exported:
id
- The ID reference of the service action (format:Group/${GUID}
)guid
- The GUID of the service action
Create ConnectMdmAuthenticationMethod Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ConnectMdmAuthenticationMethod(name: string, args: ConnectMdmAuthenticationMethodArgs, opts?: CustomResourceOptions);
@overload
def ConnectMdmAuthenticationMethod(resource_name: str,
args: ConnectMdmAuthenticationMethodArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ConnectMdmAuthenticationMethod(resource_name: str,
opts: Optional[ResourceOptions] = None,
client_id: Optional[str] = None,
client_secret: Optional[str] = None,
login_name: Optional[str] = None,
password: Optional[str] = None,
api_version: Optional[str] = None,
auth_method: Optional[str] = None,
auth_url: Optional[str] = None,
connect_mdm_authentication_method_id: Optional[str] = None,
description: Optional[str] = None,
name: Optional[str] = None,
organization_id: Optional[str] = None)
func NewConnectMdmAuthenticationMethod(ctx *Context, name string, args ConnectMdmAuthenticationMethodArgs, opts ...ResourceOption) (*ConnectMdmAuthenticationMethod, error)
public ConnectMdmAuthenticationMethod(string name, ConnectMdmAuthenticationMethodArgs args, CustomResourceOptions? opts = null)
public ConnectMdmAuthenticationMethod(String name, ConnectMdmAuthenticationMethodArgs args)
public ConnectMdmAuthenticationMethod(String name, ConnectMdmAuthenticationMethodArgs args, CustomResourceOptions options)
type: hsdp:ConnectMdmAuthenticationMethod
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ConnectMdmAuthenticationMethodArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ConnectMdmAuthenticationMethodArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ConnectMdmAuthenticationMethodArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConnectMdmAuthenticationMethodArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ConnectMdmAuthenticationMethodArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var connectMdmAuthenticationMethodResource = new Hsdp.ConnectMdmAuthenticationMethod("connectMdmAuthenticationMethodResource", new()
{
ClientId = "string",
ClientSecret = "string",
LoginName = "string",
Password = "string",
ApiVersion = "string",
AuthMethod = "string",
AuthUrl = "string",
ConnectMdmAuthenticationMethodId = "string",
Description = "string",
Name = "string",
OrganizationId = "string",
});
example, err := hsdp.NewConnectMdmAuthenticationMethod(ctx, "connectMdmAuthenticationMethodResource", &hsdp.ConnectMdmAuthenticationMethodArgs{
ClientId: pulumi.String("string"),
ClientSecret: pulumi.String("string"),
LoginName: pulumi.String("string"),
Password: pulumi.String("string"),
ApiVersion: pulumi.String("string"),
AuthMethod: pulumi.String("string"),
AuthUrl: pulumi.String("string"),
ConnectMdmAuthenticationMethodId: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
OrganizationId: pulumi.String("string"),
})
var connectMdmAuthenticationMethodResource = new ConnectMdmAuthenticationMethod("connectMdmAuthenticationMethodResource", ConnectMdmAuthenticationMethodArgs.builder()
.clientId("string")
.clientSecret("string")
.loginName("string")
.password("string")
.apiVersion("string")
.authMethod("string")
.authUrl("string")
.connectMdmAuthenticationMethodId("string")
.description("string")
.name("string")
.organizationId("string")
.build());
connect_mdm_authentication_method_resource = hsdp.ConnectMdmAuthenticationMethod("connectMdmAuthenticationMethodResource",
client_id="string",
client_secret="string",
login_name="string",
password="string",
api_version="string",
auth_method="string",
auth_url="string",
connect_mdm_authentication_method_id="string",
description="string",
name="string",
organization_id="string")
const connectMdmAuthenticationMethodResource = new hsdp.ConnectMdmAuthenticationMethod("connectMdmAuthenticationMethodResource", {
clientId: "string",
clientSecret: "string",
loginName: "string",
password: "string",
apiVersion: "string",
authMethod: "string",
authUrl: "string",
connectMdmAuthenticationMethodId: "string",
description: "string",
name: "string",
organizationId: "string",
});
type: hsdp:ConnectMdmAuthenticationMethod
properties:
apiVersion: string
authMethod: string
authUrl: string
clientId: string
clientSecret: string
connectMdmAuthenticationMethodId: string
description: string
loginName: string
name: string
organizationId: string
password: string
ConnectMdmAuthenticationMethod Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ConnectMdmAuthenticationMethod resource accepts the following input properties:
- Client
Id string - The client ID to use
- Client
Secret string - the client secret to use
- Login
Name string - The login name to use
- Password string
- The password to use
- Api
Version string - the API version to use
- Auth
Method string - the authentication method to use [
Bearer
|Basic
] - Auth
Url string - The authentication URL to use
- Connect
Mdm stringAuthentication Method Id - Description string
- A short description of the device group
- Name string
- The name of the device group
- Organization
Id string - The organization ID to associate this method to
- Client
Id string - The client ID to use
- Client
Secret string - the client secret to use
- Login
Name string - The login name to use
- Password string
- The password to use
- Api
Version string - the API version to use
- Auth
Method string - the authentication method to use [
Bearer
|Basic
] - Auth
Url string - The authentication URL to use
- Connect
Mdm stringAuthentication Method Id - Description string
- A short description of the device group
- Name string
- The name of the device group
- Organization
Id string - The organization ID to associate this method to
- client
Id String - The client ID to use
- client
Secret String - the client secret to use
- login
Name String - The login name to use
- password String
- The password to use
- api
Version String - the API version to use
- auth
Method String - the authentication method to use [
Bearer
|Basic
] - auth
Url String - The authentication URL to use
- connect
Mdm StringAuthentication Method Id - description String
- A short description of the device group
- name String
- The name of the device group
- organization
Id String - The organization ID to associate this method to
- client
Id string - The client ID to use
- client
Secret string - the client secret to use
- login
Name string - The login name to use
- password string
- The password to use
- api
Version string - the API version to use
- auth
Method string - the authentication method to use [
Bearer
|Basic
] - auth
Url string - The authentication URL to use
- connect
Mdm stringAuthentication Method Id - description string
- A short description of the device group
- name string
- The name of the device group
- organization
Id string - The organization ID to associate this method to
- client_
id str - The client ID to use
- client_
secret str - the client secret to use
- login_
name str - The login name to use
- password str
- The password to use
- api_
version str - the API version to use
- auth_
method str - the authentication method to use [
Bearer
|Basic
] - auth_
url str - The authentication URL to use
- connect_
mdm_ strauthentication_ method_ id - description str
- A short description of the device group
- name str
- The name of the device group
- organization_
id str - The organization ID to associate this method to
- client
Id String - The client ID to use
- client
Secret String - the client secret to use
- login
Name String - The login name to use
- password String
- The password to use
- api
Version String - the API version to use
- auth
Method String - the authentication method to use [
Bearer
|Basic
] - auth
Url String - The authentication URL to use
- connect
Mdm StringAuthentication Method Id - description String
- A short description of the device group
- name String
- The name of the device group
- organization
Id String - The organization ID to associate this method to
Outputs
All input properties are implicitly available as output properties. Additionally, the ConnectMdmAuthenticationMethod resource produces the following output properties:
- guid str
- id str
- The provider-assigned unique ID for this managed resource.
- version_
id str
Look up Existing ConnectMdmAuthenticationMethod Resource
Get an existing ConnectMdmAuthenticationMethod resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ConnectMdmAuthenticationMethodState, opts?: CustomResourceOptions): ConnectMdmAuthenticationMethod
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
api_version: Optional[str] = None,
auth_method: Optional[str] = None,
auth_url: Optional[str] = None,
client_id: Optional[str] = None,
client_secret: Optional[str] = None,
connect_mdm_authentication_method_id: Optional[str] = None,
description: Optional[str] = None,
guid: Optional[str] = None,
login_name: Optional[str] = None,
name: Optional[str] = None,
organization_id: Optional[str] = None,
password: Optional[str] = None,
version_id: Optional[str] = None) -> ConnectMdmAuthenticationMethod
func GetConnectMdmAuthenticationMethod(ctx *Context, name string, id IDInput, state *ConnectMdmAuthenticationMethodState, opts ...ResourceOption) (*ConnectMdmAuthenticationMethod, error)
public static ConnectMdmAuthenticationMethod Get(string name, Input<string> id, ConnectMdmAuthenticationMethodState? state, CustomResourceOptions? opts = null)
public static ConnectMdmAuthenticationMethod get(String name, Output<String> id, ConnectMdmAuthenticationMethodState state, CustomResourceOptions options)
resources: _: type: hsdp:ConnectMdmAuthenticationMethod get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Api
Version string - the API version to use
- Auth
Method string - the authentication method to use [
Bearer
|Basic
] - Auth
Url string - The authentication URL to use
- Client
Id string - The client ID to use
- Client
Secret string - the client secret to use
- Connect
Mdm stringAuthentication Method Id - Description string
- A short description of the device group
- Guid string
- Login
Name string - The login name to use
- Name string
- The name of the device group
- Organization
Id string - The organization ID to associate this method to
- Password string
- The password to use
- Version
Id string
- Api
Version string - the API version to use
- Auth
Method string - the authentication method to use [
Bearer
|Basic
] - Auth
Url string - The authentication URL to use
- Client
Id string - The client ID to use
- Client
Secret string - the client secret to use
- Connect
Mdm stringAuthentication Method Id - Description string
- A short description of the device group
- Guid string
- Login
Name string - The login name to use
- Name string
- The name of the device group
- Organization
Id string - The organization ID to associate this method to
- Password string
- The password to use
- Version
Id string
- api
Version String - the API version to use
- auth
Method String - the authentication method to use [
Bearer
|Basic
] - auth
Url String - The authentication URL to use
- client
Id String - The client ID to use
- client
Secret String - the client secret to use
- connect
Mdm StringAuthentication Method Id - description String
- A short description of the device group
- guid String
- login
Name String - The login name to use
- name String
- The name of the device group
- organization
Id String - The organization ID to associate this method to
- password String
- The password to use
- version
Id String
- api
Version string - the API version to use
- auth
Method string - the authentication method to use [
Bearer
|Basic
] - auth
Url string - The authentication URL to use
- client
Id string - The client ID to use
- client
Secret string - the client secret to use
- connect
Mdm stringAuthentication Method Id - description string
- A short description of the device group
- guid string
- login
Name string - The login name to use
- name string
- The name of the device group
- organization
Id string - The organization ID to associate this method to
- password string
- The password to use
- version
Id string
- api_
version str - the API version to use
- auth_
method str - the authentication method to use [
Bearer
|Basic
] - auth_
url str - The authentication URL to use
- client_
id str - The client ID to use
- client_
secret str - the client secret to use
- connect_
mdm_ strauthentication_ method_ id - description str
- A short description of the device group
- guid str
- login_
name str - The login name to use
- name str
- The name of the device group
- organization_
id str - The organization ID to associate this method to
- password str
- The password to use
- version_
id str
- api
Version String - the API version to use
- auth
Method String - the authentication method to use [
Bearer
|Basic
] - auth
Url String - The authentication URL to use
- client
Id String - The client ID to use
- client
Secret String - the client secret to use
- connect
Mdm StringAuthentication Method Id - description String
- A short description of the device group
- guid String
- login
Name String - The login name to use
- name String
- The name of the device group
- organization
Id String - The organization ID to associate this method to
- password String
- The password to use
- version
Id String
Package Details
- Repository
- hsdp philips-software/terraform-provider-hsdp
- License
- Notes
- This Pulumi package is based on the
hsdp
Terraform Provider.