SignonPolicy
Create a SignonPolicy Resource
new SignonPolicy(name: string, args?: SignonPolicyArgs, opts?: CustomResourceOptions);def SignonPolicy(resource_name, opts=None, description=None, groups_includeds=None, name=None, priority=None, status=None, __props__=None);func NewSignonPolicy(ctx *Context, name string, args *SignonPolicyArgs, opts ...ResourceOption) (*SignonPolicy, error)public SignonPolicy(string name, SignonPolicyArgs? args = null, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args SignonPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SignonPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SignonPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
SignonPolicy Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The SignonPolicy resource accepts the following input properties:
- Description string
Policy Description
- Groups
Includeds List<string> List of Group IDs to Include
- Name string
Policy Name
- Priority int
Policy Priority, this attribute can be set to a valid priority. To avoid endless diff situation we error if an invalid priority is provided. API defaults it to the last/lowest if not there.
- Status string
Policy Status: ACTIVE or INACTIVE.
- Description string
Policy Description
- Groups
Includeds []string List of Group IDs to Include
- Name string
Policy Name
- Priority int
Policy Priority, this attribute can be set to a valid priority. To avoid endless diff situation we error if an invalid priority is provided. API defaults it to the last/lowest if not there.
- Status string
Policy Status: ACTIVE or INACTIVE.
- description string
Policy Description
- groups
Includeds string[] List of Group IDs to Include
- name string
Policy Name
- priority number
Policy Priority, this attribute can be set to a valid priority. To avoid endless diff situation we error if an invalid priority is provided. API defaults it to the last/lowest if not there.
- status string
Policy Status: ACTIVE or INACTIVE.
- description str
Policy Description
- groups_
includeds List[str] List of Group IDs to Include
- name str
Policy Name
- priority float
Policy Priority, this attribute can be set to a valid priority. To avoid endless diff situation we error if an invalid priority is provided. API defaults it to the last/lowest if not there.
- status str
Policy Status: ACTIVE or INACTIVE.
Outputs
All input properties are implicitly available as output properties. Additionally, the SignonPolicy resource produces the following output properties:
Look up an Existing SignonPolicy Resource
Get an existing SignonPolicy 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?: SignonPolicyState, opts?: CustomResourceOptions): SignonPolicystatic get(resource_name, id, opts=None, description=None, groups_includeds=None, name=None, priority=None, status=None, __props__=None);func GetSignonPolicy(ctx *Context, name string, id IDInput, state *SignonPolicyState, opts ...ResourceOption) (*SignonPolicy, error)public static SignonPolicy Get(string name, Input<string> id, SignonPolicyState? state, CustomResourceOptions? opts = null)- 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.
The following state arguments are supported:
- Description string
Policy Description
- Groups
Includeds List<string> List of Group IDs to Include
- Name string
Policy Name
- Priority int
Policy Priority, this attribute can be set to a valid priority. To avoid endless diff situation we error if an invalid priority is provided. API defaults it to the last/lowest if not there.
- Status string
Policy Status: ACTIVE or INACTIVE.
- Description string
Policy Description
- Groups
Includeds []string List of Group IDs to Include
- Name string
Policy Name
- Priority int
Policy Priority, this attribute can be set to a valid priority. To avoid endless diff situation we error if an invalid priority is provided. API defaults it to the last/lowest if not there.
- Status string
Policy Status: ACTIVE or INACTIVE.
- description string
Policy Description
- groups
Includeds string[] List of Group IDs to Include
- name string
Policy Name
- priority number
Policy Priority, this attribute can be set to a valid priority. To avoid endless diff situation we error if an invalid priority is provided. API defaults it to the last/lowest if not there.
- status string
Policy Status: ACTIVE or INACTIVE.
- description str
Policy Description
- groups_
includeds List[str] List of Group IDs to Include
- name str
Policy Name
- priority float
Policy Priority, this attribute can be set to a valid priority. To avoid endless diff situation we error if an invalid priority is provided. API defaults it to the last/lowest if not there.
- status str
Policy Status: ACTIVE or INACTIVE.
Package Details
- Repository
- https://github.com/pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oktaTerraform Provider.