Interface PolicyTypeSummary.Builder

    • Method Detail

      • type

        PolicyTypeSummary.Builder type​(String type)

        The name of the policy type.

        Parameters:
        type - The name of the policy type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PolicyType, PolicyType
      • status

        PolicyTypeSummary.Builder status​(String status)

        The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

        Parameters:
        status - The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PolicyTypeStatus, PolicyTypeStatus
      • status

        PolicyTypeSummary.Builder status​(PolicyTypeStatus status)

        The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

        Parameters:
        status - The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PolicyTypeStatus, PolicyTypeStatus