Learn R Programming

paws.security.identity (version 0.1.12)

shield_get_subscription_state: Returns the SubscriptionState, either Active or Inactive

Description

Returns the SubscriptionState, either Active or Inactive.

Usage

shield_get_subscription_state()

Arguments

Value

A list with the following syntax:

list(
  SubscriptionState = "ACTIVE"|"INACTIVE"
)

Request syntax

svc$get_subscription_state()