# Okta::Policy::Policy Manages an Okta Policy ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : "Okta::Policy::Policy",
    "Properties" : {
        "Type" : String,
        "Name" : String,
        "Description" : String,
        "Priority" : Integer,
        "Conditions" : Map
    }
}
### YAML
Type: Okta::Policy::Policy
Properties:
    Type: String
    Name: String
    Description: String
    Priority: Integer
    Conditions: Map
## Properties #### Type Specifies the type of Policy. _Required_: Yes _Type_: String _Allowed Values_: OKTA_SIGN_ON | PASSWORD | MFA_ENROLL | OAUTH_AUTHORIZATION_POLICY | IDP_DISCOVERY | ACCESS_POLICY _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Name Name of the Policy _Required_: Yes _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Description Description of the Policy. _Required_: Yes _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Priority Priority of the Policy _Required_: No _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Conditions _Required_: No _Type_: Map _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) ## Return Values ### Ref When you pass the logical ID of this resource to the intrinsic `Ref` function, Ref returns the Id. ### Fn::GetAtt The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). #### Id Identifier of the Policy